@charset "utf-8";
.head{
    width: 100%;
    background: url(../image/head-bg.png) no-repeat center;
}
.head-top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../image/head-top.png) no-repeat center;
}
.head-top .container{
    position: relative;
}
.jiucuo { display:none;}
.szck{
    position: absolute;
    right: 0;
    top: 0;
    display:none;
}
.head-top li{
    float: left;
}
.head-top li a{
    color: #fff;
    padding: 0 10px;
    border-left: 2px solid #c4cee0;
}
.head-top p{
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    margin-left: 60px;
}
.head-top li:first-child a{
    padding-left: 0;
    border-left: 0;
}
.head-top .right{
    margin-right: 126px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.link-cell select::-ms-expand { display: none; }
.head-logo{
    overflow: hidden;
   height:266px;
}
.head-logo .left{
    margin: 78px 0 79px 151px;
display:none;
}
.head-logo .right{
    margin: 41px 0;
}

.head-nav{
    width: 100%;
    height: 60px;
    background-color: #3881c8;
    overflow: hidden;
}
.head-nav li{
    float: left;
}
.head-nav li.hover a{
    background-color: #185c9e;
}
.head-nav li a{
    display: block;
    width: 180px;
    text-align: center;
    float: left;
}
.head-nav li a:hover{
    background-color: #185c9e;
}
.head-nav li a img{
    vertical-align: middle;
    margin-right: 13px;
}
.head-nav li a span{
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.head-nav li em{
    display: block;
    width: 2px;
    height: 40px;
    float: left;
    background: url(../image/nav-right.png) no-repeat;
    margin-top: 10px;
}

.search{
    width: 261px;
    height: 35px;
    background: url(../image/search-bg.png) no-repeat;
    margin-top: 12px;
    overflow: hidden;
}
.search input[type="text"]{
    width: 205px;
    height: 35px;
    background-color: transparent;
    color: #898989;
    text-indent: 14px;
font-size: 14px;
    float: left;
}
.search input[type="text"]::placeholder{
    color: #898989;
}
.search input[type="submit"]{
    width: 30px;
    height: 20px;
    background: url(../image/search.png) no-repeat;
    float: right;
    margin: 8px 26px 8px 0;
    cursor: pointer;
}
.head-top p i{font-style: normal;float:left;}

/* 底部 */
.footer{
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    background-color: #eaeaea;
}
.footer-nav{
    height: 65px;
    background-color: #0068b7;
}
.footer-nav p{
    float: left;
    color: #666666;
    font-size: 16px;
}
.link-cell a{
    display: block;
    font-size: 14px;
    width: 210px;
    height: 40px;
    line-height: 40px;
	border: solid 1px #5ebaff;
    color: #5ebaff;
    margin: 11px 0 0 35px;
    text-align: center;
    float: left;
}
.link-cell a:first-child{
    margin-left: 0;
}
.footer-text{
    overflow: hidden;
    background-color: #0370c2;
}
.footer-text a{
    float: left;
}
.footer-text .left{
    text-align: left;
    margin: 20px 0;
    line-height:36px;
}
.footer-text span{
    color: #fff;
    line-height: 36px;
    font-size: 14px;
}
.red{
    margin: 64px 24px 0 328px;
}
.jiucuo{
    margin: 64px 31px 0 0;
}